home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
gfx
/
bview_110.lha
/
Bview110
/
Install.script
< prev
next >
Wrap
Text File
|
1994-09-23
|
1KB
|
46 lines
FailAt 30
Echo "*nInstall reqtools.library"
Echo "for Bview 1.x and other programs"
Echo "Look at version and press y or n to install*n"
Version >NIL: exec.library 37
If WARN
Echo "Your Amiga does not have Kickstart 2.0 or higher in ROM.*nCan't Run Bview."
Skip END
EndIf
Version >NIL: LIBS:reqtools.library
If NOT ERROR
Echo "Your Version of reqtools.library is:"
Version LIBS:reqtools.library
Echo " "
Else
Echo "No version of reqtools.library installed*n"
EndIf
Echo "Version distributed with Bview is : 38.1266*n"
Ask "Install This version ?"
If WARN
Copy LibsBV/reqtools.library LIBS:reqtools.library
Echo "OK new version installed.*n"
EndIf
Echo "Installation complete.*n"
Echo "Now Copy Bview To the directory you want or copy whole dir BviewXXX"
Echo "Read Guide for more information about Bview..."
Echo "Especially when you use AGA chipset."
Echo "IF env won't work this is an env file on distribution disk"
Skip END
Lab ABORTED
Echo "*nInstallation aborted!*n"
Lab END
Wait 10
EndCLI >NIL: